html,
body {
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
    overflow-x: clip;
}

.logo {
    position: relative;
    left: 20px;
    width: 185;
    height: 60;
}


@media (max-width:576px) {
    .logo {
        position: relative;
        left: 65px;
        width: 185;
        height: 60;
    }
}

@media (max-width:375px) {
    .logo {
        position: relative;
        left: 39px;
        width: 185;
        height: 60;
    }
}

@media (max-width:320px) {
    .logo {
        position: relative;
        left: 25px;
        width: 185;
        height: 60;
    }
}

#navbar {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

li {
    padding: 10px;
}

.bg-shadow {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    height: 85px !important;
}

a.nav-links {
    font-weight: 600 !important;
    color: #4B4B4B;
    opacity: 0.6;
}

a.nav-links:hover {
    color: rgb(0, 0, 63) !important;
    font-weight: 600 !important;
    border-bottom: 2px solid rgb(0, 0, 63);
    transition: 0.1s !important;
    opacity: 1;
}

a.actived {
    color: rgb(0, 0, 63) !important;
    font-weight: 600 !important;
    border-bottom: 2px solid rgb(0, 0, 63);
    opacity: 1;
}

button.out-line:focus {
    border: 2px solid rgb(0, 0, 63) !important;
}

.btn-bg-color {
    color: rgb(0, 0, 63) !important;
}

.navbar-toggler {
    position: relative;
    right: 10px;
}


/********Our Services******/

.services-style {
    position: relative;
    top: -125px;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services {
    text-align: center;
    padding: 20px;
    color: #00095A;
}

.card-style {
    width: 300px;
}

.product-card-head {
    width: 300px;
    height: 195px;
    background: rgba(75, 75, 75, 0.1);
    border-radius: 5px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.mob-app-img {
    margin-left: 30px;
    width: 240 !important;
    height: 190;
}

.card-title-style {
    color: #00095A;
    font-weight: 600;
}


.read-more
{
    text-decoration:none
}

.row-services {
    margin-left: 35px !important;
}

@media (max-width: 1024px) {
    .row-services {
        margin-left: -15px !important;
    }
}

@media (max-width: 768px) {
    .row-services {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }
}

@media (max-width: 576px) {
    .row-services {
        margin-right: 100px !important;
        margin-left: 70px !important;
    }
}

@media (max-width: 425px) {
    .row-services {
        margin-left: 40px !important;
    }
}

@media (max-width: 375px) {
    .row-services {
        margin-left:10px !important;
    }
}

@media (max-width: 320px) {
    .row-services {
        margin-left: -15px !important;
    }
}





/*****Development Process*****/

.nav-tab-bg
{
    background-color: #00095A;
    border-radius:100px !important;
}


.nav-style {
    margin: 35px;
}

.nav-link-style
{
    color: #fff !important;
    font-size: 20px !important;
    border-radius:100px !important;
}

a.nav-link-style.active
{
    background-color: #fff !important;
    color: #00095A !important;
    font-size: 20px !important;
    border-radius:100px !important;
}

a.nav-link-style:hover
{
    background-color: #fff !important;
    color: #00095A !important;
    font-size: 20px !important;
    border-radius:100px !important;
}

a.nav-link-style:focus
{
    background-color: #fff !important;
    color: #00095A !important;
    font-size: 20px !important;
    border-radius:100px !important;
}

@media (max-width:992px) {
    .nav-link-style
{
    font-size: 15px !important;
}

a.nav-link-style.active
{
    font-size: 15px !important;
}

a.nav-link-style:hover
{
    font-size: 15px !important;
}

a.nav-link-style:focus
{
    font-size: 15px !important;
}
    
}

@media (max-width:576px) {
    .nav-link-style
{
    font-size: 7px !important;
}

a.nav-link-style.active
{
    font-size: 7px !important;
}

a.nav-link-style:hover
{
    font-size: 7px !important;
}

a.nav-link-style:focus
{
    font-size: 7px !important;
}
    
}

/* .circle {
    background-color: rgba(75, 75, 75, 0.1) !important;
    color: rgba(75, 75, 75, 0.5) !important;
    border: 1px solid rgba(75, 75, 75, 0.2) !important;
    padding: 5px !important;
}

.circle:hover {
    background-color: #00095A !important;
    color: #fff !important;
    padding: 5px !important;
}

a.active {
    background-color: #00095A !important;
    color: #fff !important;
    padding: 5px!important;
}

.service-dev-icon {
    width: 70px;
    height: 70px;
}

.title {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.title-tab {
    color: #00095A !important;
    padding-bottom: 10px;
    margin-left: 10px;
}

.tab-content
{
    margin-left: 10px;
}

@media (max-width: 2560px) {
    .nav-style {
        margin: 35px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 20px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 20px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 20px!important;
    }
    
    .service-dev-icon {
        width: 70px;
        height: 70px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
    
    .tab-content
    {
        margin-left: 10px;
    }
}

@media (max-width: 1440px) {
    .nav-cen
    {
        padding-left: 55px !important;
    }
    .nav-style {
        margin: 35px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 10px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 10px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 10px!important;
    }
    
    .service-dev-icon {
        width: 50px;
        height: 50px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
    
    .tab-content
    {
        margin-left: 10px;
    }
}
@media (max-width: 1200px) {
    .nav-cen
    {
        padding-left: 35px !important;
    }
    .nav-style {
        margin: 25px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 10px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 10px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 10px!important;
    }
    
    .service-dev-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1024px) {
    .nav-cen
    {
        padding-left: 30px !important;
    }

    .nav-style {
        margin: 25px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 8px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 8px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 8px!important;
    }
    
    .service-dev-icon {
        width: 50px;
        height: 50px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .nav-cen
    {
        padding-left: 23px !important;
    }
    .nav-style {
        margin: 3px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 5px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px!important;
    }
}

@media (max-width: 768px) {
    .nav-cen
    {
        padding-left: 23px !important;
    }
    .nav-style {
        margin: 3px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 3px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 3px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 3px!important;
    }
    
    .service-dev-icon {
        width: 20px;
        height: 20px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 425px) {
    .nav-cen
    {
        padding-left: 23px !important;
    }
    .nav-style {
        margin: 5px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 5px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px!important;
    }
    
    .service-dev-icon {
        width: 20px;
        height: 20px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 320px) {
    .nav-style {
        margin: 8px;
    }
    
    .circle {
        background-color: rgba(75, 75, 75, 0.1) !important;
        color: rgba(75, 75, 75, 0.5) !important;
        border: 1px solid rgba(75, 75, 75, 0.2) !important;
        padding: 5px !important;
    }
    
    .circle:hover {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px !important;
    }
    
    a.active {
        background-color: #00095A !important;
        color: #fff !important;
        padding: 5px!important;
    }
    
    .service-dev-icon {
        width: 15px;
        height: 15px;
    }
    
    .title {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 10px;
    }
    
    .title-tab {
        color: #00095A !important;
        padding-bottom: 10px;
        margin-left: 10px;
    }
} */


.dev-process {
    text-align: center;
    padding: 20px;
    color: #00095A;
}


/******Footer******/

footer {
    background: #00095A;
    color: #fff;
}

.footer-row {
    padding-right: 0px;
    padding-left: 110px;
}

@media (max-width: 1399.98px) {
    .footer-row {
        padding-right: 0px;
        padding-left: 150px;
    }
  }


@media (max-width: 991.98px) {
    .footer-row {
        padding-right: 50px;
        padding-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .footer-row {
        padding-right: 0px;
        padding-left: 0px;
    }

}

/******Footer******/

footer {
    background: #00095A;
    color: #fff;
}

.footer-row {
    padding: 100px;
}

@media (max-width: 2560px) {
    .footer-row {
        padding: 260px;
    }
}

@media (max-width: 1440px) {
    .footer-row {
        padding: 80px;
    }
}

@media (max-width: 1024px) {
    .footer-row {
        padding: 60px;
    }
}

@media (max-width: 425px) {
    .footer-row {
        padding:65px;
    }
}

@media (max-width: 375px) {
    .footer-row {
        padding:35px;
    }
}


/*****Quick Explore*****/

.quick-explore {
    color: #fff;
    text-decoration: none;
}

.quick-explore:hover {
    color: #fff;
    opacity: 0.5;
}

i {
    color: #fff;
    font-size: 20px;
}

.social-media {
    color: #fff;
    padding: 7px;
}

.social-media:hover {
    opacity: 0.5;
}

.txt-cen {
    position: relative;
    left: 0px;
}

.address-foot {
    position: relative;
    left: 30px;
    bottom: 25px;
}

.foot-mail-num
{
    position: relative;
    right: 35px;
}

@media (max-width: 991.98px) {
    .txt-cen {
        position: relative;
        left: 0px;
    }
}

@media (max-width: 575.98px) {}

/***Location**/

.location-link {
    width: auto;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 1024px) {
    .location-link {
        width: 250px;
        height: auto;
    }
}

@media (max-width: 425px) {
    .location-link {
        width: 300px;
        height: auto;
    }
}


@media (max-width: 320px) {
    .location-link {
        width: 250px;
        height: auto;
    }
}



